home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / COVER5.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1995-01-15  |  246 b   |  18 lines

  1. on mynext
  2.   puppetSound("Shutter")
  3.   if the frame = 11 then
  4.     go(1, "COVER6.DIR")
  5.   else
  6.     go(marker(1))
  7.   end if
  8. end
  9.  
  10. on myprev
  11.   puppetSound("Shutter")
  12.   if the frame = 1 then
  13.     go(12, "COVER4.DIR")
  14.   else
  15.     go(marker(-1))
  16.   end if
  17. end
  18.